Package-level declarations

Types

Link copied to clipboard

An entry for a config setting list. Presents the setting name, any prefix text, as well as content buttons and decorations.

Link copied to clipboard

Built in entry creators (except for ValidatedField) The methods themselves are internal to FC, but can be used as reference.

Link copied to clipboard
open class WidgetEntry<T : Selectable, Element, Drawable, Widget>(parentElement: DynamicListWidget, val scope: String, val texts: Translatable.Result, height: Int, widget: T) : DynamicListWidget.Entry

Basic DynamicListWidget.Entry that wraps a single widget with no other bells and whistles.